home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / nxdv99_3.zip / DEVEL099.DOC < prev    next >
Text File  |  1996-06-19  |  4KB  |  86 lines

  1.                          Next Epoch matriX User System
  2.                           Third Party Development Kit
  3.  
  4.  
  5.       (c) Copyright 1996 Intuitive Vision Software.  All Rights Reserved.
  6. ------------------------------------------------------------------------------
  7.  
  8. INTRODUCTION
  9.  
  10. This developer's kit has been designed to help third party developers in their
  11. quest to build applications for the Next Epoch matriX User System (Nexus)
  12. Bulletin Board Software.
  13.  
  14. This version is the pre-release version.  It is not complete at this time,
  15. but will be developed more thoroughly as Nexus nears final release.
  16.  
  17. If you have any questions concerning any of the file structures, or other
  18. help regarding developing Nexus-specific applications, the best method to
  19. have your questions answered is to become a member of IVnet and to join the
  20. IVN_NEXUS support conference.  If this is not available to you, you may
  21. contact us via one of the other means outlined in CONTACT.DOC.
  22.  
  23.  
  24. FILES IN THIS PACKAGE
  25.  
  26. The following files should be included in this package, and the package should
  27. have a valid RAR security envelope from Intuitive Vision Software.  If one or
  28. more of the files is missing, or the security envelope is missing, you may
  29. always obtain the latest version of the Development Kit at PCsource BBS.
  30. It may be file requested (FREQed) using the magic name NXDEV from IVnet
  31. 411:411/0 or Fidonet 1:115/583, or may be downloaded first call from the BBS
  32. itself.  See CONTACT.DOC for telephone numbers.
  33.  
  34.         README.1ST      Readme file for the Nexus Developers Kit
  35.         FILE_ID.DIZ     File Description
  36.         CONTACT.DOC     Contact Information for Intuitive Vision Software
  37.         DEVEL100.DOC    Nexus Development Kit Documentation
  38.         NEXUS.INC       Turbo Pascal File Structures
  39.         ENVIRON.DOC     Information on NEXUS environment variable
  40.         COLCODE.DOC     Nexus Color Code information
  41.         NXMCI.DOC       Nexus MCI Code Documentation
  42.         LOGFMT.DOC      Nexus Log Format information
  43.         DISPLAYS.DOC    Nexus Optional Display File names
  44.         SEMA.DOC        Nexus Semaphore File Documentation
  45.         NEXECUTE.DOC    Nexus Nexecutables <tm> Information
  46.  
  47.  
  48. DEVELOPMENT NOTES
  49.  
  50. This section will be small in this version of the Development Kit, but it will
  51. grow as time goes on.  One important thing that I realize that you must know
  52. is how the files are named.  You will notice in the NEXUS.INC file that all
  53. the files are listed with their names.  Some of the names have a number of
  54. 'x' characters in them.  This is how the node-specific filenames work:
  55.  
  56. If there is 'xxxx' in the first 8 characters (such as USERxxxx.DAT), this is
  57. the node number, padded out to 4 characters with 0's.  Example: USER0001.DAT
  58.  
  59. If there is 'xxx' in the extension (such as INUSE.xxx), this is the node
  60. number padded to 3 characters with 0's, with 1000 being 000.  Example:
  61. INUSE.001, INUSE.000
  62.  
  63.  
  64.  
  65. COPYRIGHT AND TRADEMARK INFORMATION
  66.  
  67. Nexus, Next Epoch matriX User System, ivOMS, nxCHAT, and the IV Software
  68. Logo are trademarks of Intuitive Vision Software.  IVnet is a trademark of
  69. Intuitive Vision Computer Services.  Turbo Pascal is a trademark of Borland
  70. International.
  71.  
  72.  
  73.  
  74.  
  75. FINAL NOTES
  76.  
  77. Thank you for your interest in developing software for Nexus.  Please feel
  78. free to contact us if you have any difficulties in your efforts to develop
  79. third party utilities for Nexus!
  80.  
  81.  
  82. Nexus Development Team
  83. Intuitive Vision Software
  84.  
  85. /* End file DEVEL099.DOC */
  86.